Conversation
There was a problem hiding this comment.
Pull request overview
Updates Python package metadata for the next release by bumping the declared project version and adding an additional author entry.
Changes:
- Bump
lanfactoryversion inpyproject.tomlfrom0.6.0to0.6.1 - Add “Hannah Hafner” to the
authorslist inpyproject.toml
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [project] | ||
| name = "lanfactory" | ||
| version = "0.6.0" | ||
| version = "0.5.3" | ||
| authors = [ |
There was a problem hiding this comment.
The PR description says this is a version bump from 0.6.0 → 0.6.1, but the change here sets the project version to 0.5.3 (a downgrade). Please clarify the intended release version and update accordingly (and keep it in sync with src/lanfactory/init.py.version).
| { name = "Alexander Fengler", email = "alexander_fengler@brown.edu" }, | ||
| { name = "Carlos Paniagua", email = "carlos_paniagua@brown.edu" }, | ||
| { name = "Hannah Hafner", email = "hhafner@smith.edu" }, | ||
| ] |
There was a problem hiding this comment.
The new authors entry is formatted inconsistently with the existing list (missing space before the closing brace and missing trailing comma like the other entries). Align formatting with the surrounding entries to keep the TOML style consistent.
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
This pull request makes a minor update to the project metadata by incrementing the version number and adding a new author to the package.
Version bump:
0.6.0to0.6.1inpyproject.tomlto reflect a new release.Author update:
authorslist inpyproject.toml.